Micron Document
baubs git

Node / mirrors / respira / files / tsconfig.electron.json

Displaying Raw • Download

tsconfig.electron.json fix/38-store-initialization-side-effects (e44bea11) Text, 241 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"module": "commonjs",
"outDir": "dist-electron",
"types": ["node"]
},
"include": ["electron/**/*"]
}

Served by rngit 1.4.2 - Generated in 0.03s